body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}

body {
	font-size: 16px;
	font-family: "微软雅黑",microsoftyahei;
	color: #333
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal
}

ul,ol,li {
	list-style: none
}

a {
	color: #333;
	text-decoration: none
}
a:hover {
	cursor: pointer;
	color: #00a4ff
}
*, *::before, *::after {
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
    transition: .5s ease-in-out;
}
input {
	outline: 0
}

textarea {
	outline: 0
}

button {
	outline: 0
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearboth {
	clear: both
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}
.w33{
	width:33.3%;
}
.gray{
	background:#F4F4F4;
}
.widget_image a{
	display:block;
}
.widget_image a img{
	width:100%;
	border-radius:6px;
}
body {
	overflow-x: hidden
}

nav{
	background:#fff;
	width: 100%;
	position:relative;
	z-index: 10000;
	box-shadow: 1px 1px 16px rgba(0,0,0,.1);
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.header_top{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.header_top .phone a{
	margin-left: 50px;
	color: #00a4ff;
	font-weight: 600;
}
.header_top .phone{
	position: relative;
	padding-left: 22px;
}
.header_top .phone img{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	margin-left: -22px;
}
.header{
	width: 1200px;
	height: 85px;
	margin:0 auto;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.header .logo,.header .menu,.header .menu ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex-box;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center;
	height: 100%;
}
.header .logo{
	width:15%;
	position: relative;
	z-index: 1000;
}
.header .logo a{
	display:block;
	width:100%;
}
.header .logo img{
	width:100%;
}
.header .menu{
	width:40%;
}
.header .menu ul{
	width:100%;
	float: left;
}
.header .menu ul>li{
	width: 25%;
	line-height: 85px;
	position: relative;
}
.header .menu ul li .group{
	display: none; 
	padding-top:10px;
	background:none;
	position: absolute;
	z-index: 1;
	top:65px;
	width: 140%;
}
.header .menu ul li:hover .group{
	display: block; 
}
.header .menu ul ol{
	background:#fff;
	border-radius:6px;
	padding:10px 15px;
	box-shadow: 1px 1px 12px rgba(0,0,0,.1)
}
.header .menu ul ol:after{
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    position: absolute;
    top: 5px;
    left: 20%;
    margin-left:-5px;
    z-index: 101;
    background-color: rgba(255,255,255);
    transition-property: opacity!important;
    transition-duration: .15s!important;
    transition-timing-function: cubic-bezier(.4,0,.2,1)!important;
    transition-duration: .3s!important;
    box-shadow: 5px 5px 14px rgba(0,0,0,.1);
}
.header .menu ul ol li{
	line-height: 250%;
	white-space:nowrap;
}
.header .menu ul ol li a{
	width:100%;
	display:block;
}
.mobile-menu {
            display: none;
}
.hamburger {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            width: 30px;
            height: 30px;
            cursor: pointer;
            position: absolute;
            top: 20px;
            right: 20px; 
        }
        .bar {
            width: 100%;
            height: 4px;
            background-color: #333;
            transition: all 0.3s ease;
        }
        .change .bar1 {
            transform: rotate(-45deg) translate(-5px, 5px);
        }
        .change .bar2 {
            opacity: 0;
        }
        .change .bar3 {
            transform: rotate(45deg) translate(-5px, -5px);
        }
		
.footer{
	position: relative;
    padding-bottom: 20px;
    background-color: rgb(37, 42, 58);
    color: rgb(135, 150, 170);
    z-index: 9;
    text-align: left;
}
.footer a{
	color: rgb(135, 150, 170);
}
.footer .consult_bg{
	background:url(../img/consult.png);
}
.footer .consult_bg .consult{
    padding: 15px 0;
    text-align: center;
    color: #fff;
    line-height: 400%;
}
.footer .consult_bg  dt {
    font-size: 28px;
}
.footer .consult_bg  a {
    color: #fff;
    padding: 6px 20px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius:6px;
    letter-spacing: 2px;
}
.footer .container{
	padding-top: 50px;
}
.footer .container dl{
	float: left;
	width: 20%;
	line-height: 200%;
}
.footer .container dt{
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #FFF;
}
.footer .container dl:nth-child(5) dd{
	position: relative;
	padding-left: 22px;
}
.footer .container dd img{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	margin-left: -22px;
}
@keyframes moveEwm{100%{transform:translateY(0)}}
.footer  .friendlink {
     margin-top: 20px;
     font-size:0.875rem;
	 color:#515561;
}
.footer  .friendlink a{
    display:inline-block;
	padding-right:4px;
	color:#515561;
}
.footer .beian{
	font-size: .875rem;
	text-align: center;
	margin-top: 20px;
}
.bread{
	line-height: 60px;
    height: 60px;
}
.bread li {
    display: inline-block;
    padding: 0 15px 0 10px;
    position: relative;
}
.bread li::after {
    content: ">";
    position: absolute;
    right: 0px;
    color: rgb(170, 170, 170);
}
.typename {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.typename h2 {
    font-size: 26px;
    line-height: 200%;
    font-weight: 600;
    position: relative;
    z-index: 6;
}

::selection {
	background-color: #00a4ff;
	color: #FFF
}

::-moz-selection {
	background-color: #00a4ff;
	color: #FFF;
}
/*右侧浮动*/
.kefu{
	display:block;
	position: fixed;
	bottom: 20%;
	right: 10px;
	z-index: 10000009;
}
.kefu ul {
	background: #FFF;
	border-radius:30px;
	font-size:14px;
	color:rgba(37, 64, 110, 0.8) ;
	padding:10px;
	-webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1) ;
    box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1) ;
}
.kefu ul li{
    margin-bottom: 20px;
    position: relative;
	text-align:center;

}
.kefu ul li:last-child{
	margin-bottom: 0;
}
.kefu ul li a{
	display: block;
	width:30px;
	color:rgba(37, 64, 110, 0.8) ;
    overflow: hidden;	
}
.kefu ul li img{
	width: 25px;
	opacity:.8;
}
.kefu ul li b{
	font-weight:normal;
}
.kefu li span{
	width: 166px;
    right: 35px;
    padding-right: 15px;
    top: 0;
    height: 35px;
    line-height: 35px;
    background: none;
    text-align: center;
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    display: none;
}
.kefu li span em{
	font-style:normal;
	display: block;
    background: #fff;
    border-radius:6px;
    box-shadow: 0px 4px 10px 2px rgba(0,0,0,.2);
}
.kefu li .ewm {
    height: 166px;
    border-radius:6px;
}
.kefu li .ewm em img{
	display: block;
    width: 100%;
    border-radius:6px;
	opacity:1;
}
.kefu li .dri_pho{
	width: 220px;
}
.kefu li .dri_pho em{
	border-radius:6px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding:10px 0;
}
#goToTop {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 10000009;
	background: #FFF;
    overflow: hidden;
	border-radius:6px;
	padding:5px 5px 0 5px;
	box-shadow: 1px 1px 10px rgba(0,0,0,.2);
	cursor:pointer;
}
#goToTop  img{
	width: 25px;
}


/* 小于1024px时显示汉堡菜单和移动菜单，并隐藏导航栏和子菜单 */
@media screen and (max-width: 1024px) {
.top{
background:#fff;
}
#header .logo{
width: 65%;    
}
        .hamburger {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            width: 30px;
            height: 30px;
            cursor: pointer;
            position: absolute;
            top: 20px;
            right: 20px; 
        }
        .bar {
            width: 100%;
            height: 4px;
            background-color: #333;
            transition: all 0.3s ease;
        }
        .change .bar1 {
            transform: rotate(-45deg) translate(-5px, 5px);
        }
        .change .bar2 {
            opacity: 0;
        }
        .change .bar3 {
            transform: rotate(45deg) translate(-5px, -5px);
        }
  .mobile-menu {
    display:block;
	background:#000;
  }
        .mobile-menu.show {
            display: flex;
        }
        .mobile-submenu {
            display: none;
            flex-direction: column;
            background-color: #F1F2F5;
        }
        .mobile-menu {
            display: none;
            flex-direction: column;
            background-color: #FFF;
            position: absolute;
            top: 60px;
            right: 0;
            width: 100%;
			
        }
        .mobile-menu a, .mobile-submenu a {
            padding: 15px;
            text-decoration: none;
            text-align: left; 
			display:block;
        }
        .mobile-menu a:hover, .mobile-submenu a:hover {
            background-color: #00A4FF;
			color:#FFFFFF;
        }
  .header_top ,.header .menu,.footer .container dl:nth-child(5),.footer .friendlink{
	display: none !important;
}
.header{
	width: 100%;
	height: 60px;
	box-shadow: 1px 1px 16px rgba(0,0,0,.1);
}

}
/* 大于或等于1024px时隐藏汉堡菜单和移动菜单 */
@media screen and (min-width: 1024px) {
  #navbar,
  .menu {
    display: flex;
  }
  .hamburger,.menu_mobile{
    display: none;
  }
  
}
@media (max-width: 1024px){
.header .logo{
	width: auto;
}
.header .menu ul li{
	width: 94%;
	padding:0 3%;
	display: block;
	background:#fff;
	line-height: 250%;
}
.footer .container dl{
	width: 50%;
	margin-top:20px;
}
.w92,.product_show li{
	width: 92% !important;
	padding-left: 4% !important;
	padding-right: 4% !important;
}
.w1200,.index_news ul li{
	width:100%;
	padding-right:0;
	padding-left:0;
}
.w100{
	width:100%  !important;
	padding-right:0;
	padding-left:0;
}
.partner ul li {
	width: 33.33%;
}


.sidebar{
	margin-top: 20px;
}

}